home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / util / av.zip / AV.TXT < prev    next >
Text File  |  1995-04-05  |  4KB  |  163 lines

  1. This program requires VBRUN300.DLL.
  2.  
  3. You may use this program free of charge and you need not register it; 
  4. however, the interface for this program was written in Visual Basic.  If 
  5. you want to be able to modify this program for use in other programs or 
  6. if you just donÆt like the way it looks, the Visual Basic source code is 
  7. available by registering (GO SWREG - $21.00, ID# 5391).
  8.  
  9. The DLL (READARCH.DLL) does the actual decoding of the archives based on 
  10. offsets into the binary file and has a couple of other utilities for 
  11. reading the dates on some files and listing PIT archives.  Everything 
  12. else was done in VB so you can have the most flexibility to make changes 
  13. to the interface.
  14.  
  15. READARCH.DLL should be placed in your WINDOWS/SYSTEM directory or in the 
  16. same directory as AV.EXE.
  17.  
  18. Technical support for Archive Viewer is only available to registered 
  19. users.
  20.  
  21. This program is intended for private use and may not be included in 
  22. commercial products or resold.
  23.  
  24. Archive Viewer can extract files from the following archives with the 
  25. listed compression methods:
  26.  
  27. ARC/PAK
  28.     None - Old style, no compression 
  29.     None - New style, no compression 
  30.     RLE - Compression of repeated characters only 
  31.     Huffman - Compression of repeated characters plus Huffman SQueezing 
  32.     12 bit LZW - Lempel-Zev packing of repeated strings (old style) 
  33.     LZW w RLE - Lempel-Zev packing of repeated strings (new style) 
  34.     LZW w RLE - Lempel-Zev Williams packing with improved hash function 
  35.     LZW w RLE - Dynamic Lempel-Zev packing with adaptive reset 
  36.     Squashing - Dynamic Lempel-Zev packing, larger hash table 
  37.  
  38. ARJ
  39.     No compression
  40.     lz1
  41.     lz2
  42.     lz3
  43.     lz4
  44.  
  45. GZ
  46.     GZIP
  47.  
  48. LHARC
  49.     lh0
  50.     lh1
  51.     lh4
  52.     lh5
  53.     lzs
  54.     lz5
  55.  
  56. PIT
  57.     No compression
  58.     Huffman
  59.  
  60. SIT
  61.     No compression
  62.     RLE compression
  63.     LZW compression
  64.     Huffman
  65.     LZH
  66.  
  67. TAR
  68.     No compression
  69.  
  70. ZIP
  71.     No compression
  72.     Shrunk
  73.     Reduced(1)
  74.     Reduced(2)
  75.     Reduced(3)
  76.     Reduced(4)
  77.     Imploded 8K/D 2 Sfano
  78.     Imploded 4K/D 2 SFano
  79.     Imploded 8K/D 3 SFano
  80.     Tokenized
  81.     Deflated
  82.  
  83. Z
  84.     Unix Compress
  85.     Unix Pack
  86.     SCO LZH Compress
  87.  
  88. ZOO
  89.     No compression
  90.     LZW
  91.     LZH
  92.  
  93.  
  94. Archive Viewer can also decompress files compressed with Microsoft 
  95. COMPRESS.
  96.  
  97. Archive Viewer may take a long time to list the contents of PIT archives 
  98. if the archive is compressed because it has to decompress the entire 
  99. archive before the contents can be listed.
  100.  
  101.  
  102. Credit where credit is due...
  103.  
  104. ARC/PAK
  105. Copyright (C) 1985-87  System Enhancement Associates
  106. Thom Henderson 
  107.  
  108. ARJ
  109. Copyright (C) 1991 Robert K. Jung
  110. 2606 Village Road West 
  111. Norwood, Massachusetts 02062 
  112.  
  113. COMPRESS
  114. Copyright (C) 1985, 1986 The Regents of the University of California.
  115. James A. Woods, derived from original work by Spencer Thomas and Joseph 
  116. Orost.
  117.  
  118. GZIP
  119. Copyright (C) 1992-1993 Jean-loup Gailly
  120. The unzip code was written and put in the public domain by Mark Adler.
  121. Portions of the lzw code are derived from the public domain 'compress'
  122. written by Spencer Thomas, Joe Orost, James Woods, Jim McKie, Steve 
  123. Davies, Ken Turkowski, Dave Mack and Peter Jannesen.
  124.  
  125. LHARC
  126. Copyright (C) 1989 Yooichi Tagawa
  127.  
  128. Microsoft COMPRESS
  129. Copyright (C) Microsoft Corporation 1990-1992
  130.  
  131. PIT
  132. R. (Scott) McGinnis
  133. P.O. Box 3607 Mdse Mart
  134. Chicago, IL 60654-0607
  135.  
  136. SIT
  137. Allan G. Weber
  138.  
  139. TAR
  140. Copyright (C) 1988, 1992, 1993 Free Software Foundation 
  141. John Gilmore
  142.  
  143. ZIP
  144. Robert A. Heath
  145. 157 Chartwell Rd
  146. Columbia, SC 29210
  147.  
  148. ZOO
  149. Rahul Dhesi
  150. Phone: (317) 285 8641 daytime EST
  151. 720 W. Centennial Ave #15
  152. Muncie, Indiana 47303
  153.  
  154. Additional information about some of the archive formats was derived 
  155. from ZV.BAS by Dick Dennison, CompuServe [74270, 3636].
  156.  
  157.  
  158. Questions or comments about this program can be sent to:
  159.  
  160. Joe Oliphant
  161. CompuServe: [71742, 1451]
  162. Email:      joe_oliphant@csufresno.edu
  163.